[INFO] fetching crate rstructor_derive 0.4.0...
[INFO] fixing rstructor_derive-0.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rstructor_derive 0.4.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rstructor_derive 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rstructor_derive 0.4.0
[INFO] tweaked toml for crates.io crate rstructor_derive 0.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rstructor_derive 0.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rstructor_derive 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1
[INFO] running `Command { std: "docker" "start" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking rstructor_derive v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/date_format_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/date_format_tests.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[llm(description = "A date-time field")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/enum_date_format_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/date_format_tests.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[llm(description = "An optional date-time")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/date_format_tests.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[llm(description = "An optional UUID")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/date_format_tests.rs:43:7
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[llm(description = "A list of dates")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/date_format_tests.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[llm(description = "A list of date-times")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]  --> tests/enum_date_format_tests.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[llm(description = "A single-day event")]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]   |
[INFO] [stdout] 8 + #[derive(Instructor)]
[INFO] [stdout] 9 | enum EventType {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[llm(description = "A multi-day event with start and end dates")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  8 + #[derive(Instructor)]
[INFO] [stdout]  9 | enum EventType {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[llm(description = "A timestamped event")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  8 + #[derive(Instructor)]
[INFO] [stdout]  9 | enum EventType {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[llm(description = "A birthday event")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 27 + #[derive(Instructor)]
[INFO] [stdout] 28 | enum InternallyTaggedEvent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[llm(description = "A meeting event")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 27 + #[derive(Instructor)]
[INFO] [stdout] 28 | enum InternallyTaggedEvent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:40:7
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[llm(description = "A recurring schedule with multiple dates")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 39 + #[derive(Instructor)]
[INFO] [stdout] 40 | enum Schedule {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 42 |     #[llm(description = "A one-off event")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 39 + #[derive(Instructor)]
[INFO] [stdout] 40 | enum Schedule {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/internally_tagged_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/edge_cases_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]  --> tests/internally_tagged_tests.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[llm(description = "Person's full name")]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[llm(description = "")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[llm(description = "The only field")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/enum_with_data_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[llm(description = "Field with underscores")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[llm(description = "Person's age in years")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[llm(description = "Field with numbers")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[llm(description = "Field with rename attribute")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:43:7
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[llm(description = "Large integer", example = 2147483647)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 46 |     #[llm(description = "Small integer", example = -2147483648)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[llm(description = "Company name")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[llm(description = "Integer zero", example = 0)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 |     #[llm(description = "Float zero", example = 0.0)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[llm(description = "Very small float", example = 1e-10)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[llm(description = "Very large float", example = 1e+10)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[llm(description = "Number of employees")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]  --> tests/enum_with_data_tests.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[llm(description = "The user is online")]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]   |
[INFO] [stdout] 7 + #[derive(Instructor)]
[INFO] [stdout] 8 | enum UserStatus {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_with_data_tests.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[llm(description = "The user is offline")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(Instructor)]
[INFO] [stdout]  8 | enum UserStatus {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[llm(description = "A required field")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_with_data_tests.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[llm(description = "The user is away with an optional message")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(Instructor)]
[INFO] [stdout]  8 | enum UserStatus {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/enum_with_data_tests.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[llm(description = "The user is busy until a specific time")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  7 + #[derive(Instructor)]
[INFO] [stdout]  8 | enum UserStatus {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[llm(description = "An optional field")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[llm(description = "A person contact")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 34 + #[derive(Instructor)]
[INFO] [stdout] 35 | enum Contact {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[llm(description = "A company contact")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 34 + #[derive(Instructor)]
[INFO] [stdout] 35 | enum Contact {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:116:7
[INFO] [stdout]     |
[INFO] [stdout] 116 |     #[llm(description = "A ping with no data")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 115 + #[derive(Instructor)]
[INFO] [stdout] 116 | enum MixedEvent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |     #[llm(description = "A message carrying a person")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 115 + #[derive(Instructor)]
[INFO] [stdout] 116 | enum MixedEvent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:122:7
[INFO] [stdout]     |
[INFO] [stdout] 122 |     #[llm(description = "An inline error")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 115 + #[derive(Instructor)]
[INFO] [stdout] 116 | enum MixedEvent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         #[llm(description = "Error code")]
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 115 + #[derive(Instructor)]
[INFO] [stdout] 116 | enum MixedEvent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:126:11
[INFO] [stdout]     |
[INFO] [stdout] 126 |         #[llm(description = "Error message")]
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 115 + #[derive(Instructor)]
[INFO] [stdout] 116 | enum MixedEvent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[llm(description = "Variant with optional fields")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 222 + #[derive(Instructor)]
[INFO] [stdout] 223 | enum OptionalFieldsEnum {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:261:7
[INFO] [stdout]     |
[INFO] [stdout] 261 |     #[llm(description = "First variant")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 260 + #[derive(Instructor)]
[INFO] [stdout] 261 | enum RenamedVariants {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:263:7
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[llm(description = "Second variant")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 260 + #[derive(Instructor)]
[INFO] [stdout] 261 | enum RenamedVariants {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:294:7
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[llm(description = "Currently active")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 293 + #[derive(Instructor)]
[INFO] [stdout] 294 | enum Status {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `UserStatus` in the current scope
[INFO] [stdout]   --> tests/enum_with_data_tests.rs:23:34
[INFO] [stdout]    |
[INFO] [stdout]  7 | enum UserStatus {
[INFO] [stdout]    | --------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let schema_obj = UserStatus::schema();
[INFO] [stdout]    |                                  ^^^^^^ variant, associated function, or constant not found in `UserStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `EventType` in the current scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:59:29
[INFO] [stdout]    |
[INFO] [stdout]  8 | enum EventType {
[INFO] [stdout]    | -------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 59 |     let schema = EventType::schema();
[INFO] [stdout]    |                             ^^^^^^ variant, associated function, or constant not found in `EventType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:296:7
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[llm(description = "Currently inactive")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 293 + #[derive(Instructor)]
[INFO] [stdout] 294 | enum Status {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:298:7
[INFO] [stdout]     |
[INFO] [stdout] 298 |     #[llm(description = "Account is pending")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 293 + #[derive(Instructor)]
[INFO] [stdout] 294 | enum Status {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:338:7
[INFO] [stdout]     |
[INFO] [stdout] 338 |     #[llm(description = "Red color")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 337 + #[derive(Instructor)]
[INFO] [stdout] 338 | enum SimpleColor {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:340:7
[INFO] [stdout]     |
[INFO] [stdout] 340 |     #[llm(description = "Green color")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 337 + #[derive(Instructor)]
[INFO] [stdout] 338 | enum SimpleColor {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `EventType` in the current scope
[INFO] [stdout]   --> tests/enum_date_format_tests.rs:92:29
[INFO] [stdout]    |
[INFO] [stdout]  8 | enum EventType {
[INFO] [stdout]    | -------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 92 |     let schema = EventType::schema();
[INFO] [stdout]    |                             ^^^^^^ variant, associated function, or constant not found in `EventType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:342:7
[INFO] [stdout]     |
[INFO] [stdout] 342 |     #[llm(description = "Blue color")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 337 + #[derive(Instructor)]
[INFO] [stdout] 338 | enum SimpleColor {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:367:7
[INFO] [stdout]     |
[INFO] [stdout] 367 |     #[llm(description = "A boxed person contact")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 366 + #[derive(Instructor)]
[INFO] [stdout] 367 | enum BoxedContact {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rstructor`
[INFO] [stdout]  --> tests/array_literal_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rstructor::{Instructor, SchemaType};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `rstructor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rstructor`, use `cargo add rstructor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:369:7
[INFO] [stdout]     |
[INFO] [stdout] 369 |     #[llm(description = "A boxed company contact")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 366 + #[derive(Instructor)]
[INFO] [stdout] 367 | enum BoxedContact {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:427:7
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[llm(description = "Node label")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `InternallyTaggedEvent` in the current scope
[INFO] [stdout]    --> tests/enum_date_format_tests.rs:124:41
[INFO] [stdout]     |
[INFO] [stdout]  27 | enum InternallyTaggedEvent {
[INFO] [stdout]     | -------------------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 124 |     let schema = InternallyTaggedEvent::schema();
[INFO] [stdout]     |                                         ^^^^^^ variant, associated function, or constant not found in `InternallyTaggedEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `EmptyAttributes` in the current scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:64:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | struct EmptyAttributes {
[INFO] [stdout]    | ---------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 64 |     let schema = EmptyAttributes::schema();
[INFO] [stdout]    |                                   ^^^^^^ associated function or constant not found in `EmptyAttributes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:429:7
[INFO] [stdout]     |
[INFO] [stdout] 429 |     #[llm(description = "Child nodes")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:436:7
[INFO] [stdout]     |
[INFO] [stdout] 436 |     #[llm(description = "A recursive tree root")]
[INFO] [stdout]     |       ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 435 + #[derive(Instructor)]
[INFO] [stdout] 436 | enum RecursiveTree {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `SingleField` in the current scope
[INFO] [stdout]   --> tests/edge_cases_tests.rs:88:31
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct SingleField {
[INFO] [stdout]    | ------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 88 |     let schema = SingleField::schema();
[INFO] [stdout]    |                               ^^^^^^ associated function or constant not found in `SingleField`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `Schedule` in the current scope
[INFO] [stdout]    --> tests/enum_date_format_tests.rs:157:28
[INFO] [stdout]     |
[INFO] [stdout]  39 | enum Schedule {
[INFO] [stdout]     | ------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 157 |     let schema = Schedule::schema();
[INFO] [stdout]     |                            ^^^^^^ variant, associated function, or constant not found in `Schedule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `UnusualFieldNames` in the current scope
[INFO] [stdout]    --> tests/edge_cases_tests.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout]  28 | struct UnusualFieldNames {
[INFO] [stdout]     | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 107 |     let schema = UnusualFieldNames::schema();
[INFO] [stdout]     |                                     ^^^^^^ associated function or constant not found in `UnusualFieldNames`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `NumericEdgeCases` in the current scope
[INFO] [stdout]    --> tests/edge_cases_tests.rs:141:36
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct NumericEdgeCases {
[INFO] [stdout]     | ----------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 141 |     let schema = NumericEdgeCases::schema();
[INFO] [stdout]     |                                    ^^^^^^ associated function or constant not found in `NumericEdgeCases`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `QualifiedSchedule` in the current scope
[INFO] [stdout]    --> tests/enum_date_format_tests.rs:195:37
[INFO] [stdout]     |
[INFO] [stdout]  48 | enum QualifiedSchedule {
[INFO] [stdout]     | ---------------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 195 |     let schema = QualifiedSchedule::schema();
[INFO] [stdout]     |                                     ^^^^^^ variant, associated function, or constant not found in `QualifiedSchedule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]  --> tests/array_literal_tests.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[llm(description = "Array of strings", example = ["apple", "banana", "cherry"])]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[llm(description = "Array of integers", example = [1, 2, 3, 4])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rstructor_derive` (test "enum_with_data_tests") due to 6 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[llm(description = "Array of floats", example = [1.1, 2.2, 3.3])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[llm(description = "Array of booleans", example = [true, false, true])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[llm(description = "Empty array", example = [])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rstructor_derive` (test "edge_cases_tests") due to 16 previous errors
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[llm(description = "Float values", examples = [10.5, 20.5, 30.5])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `llm` in this scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[llm(description = "Name examples", examples = ["John", "Jane", "Alice", "Bob"])]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `llm` is an attribute that can be used by the derive macro `Instructor`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `Contact` in the current scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:43:27
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum Contact {
[INFO] [stdout]    | ------------ variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 43 |     let schema = Contact::schema().to_json();
[INFO] [stdout]    |                           ^^^^^^ variant, associated function, or constant not found in `Contact`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `Contact` in the current scope
[INFO] [stdout]   --> tests/internally_tagged_tests.rs:84:27
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum Contact {
[INFO] [stdout]    | ------------ variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 84 |     let schema = Contact::schema().to_json();
[INFO] [stdout]    |                           ^^^^^^ variant, associated function, or constant not found in `Contact`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `MixedEvent` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:133:30
[INFO] [stdout]     |
[INFO] [stdout] 115 | enum MixedEvent {
[INFO] [stdout]     | --------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 133 |     let schema = MixedEvent::schema().to_json();
[INFO] [stdout]     |                              ^^^^^^ variant, associated function, or constant not found in `MixedEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `Contact` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:184:27
[INFO] [stdout]     |
[INFO] [stdout]  34 | enum Contact {
[INFO] [stdout]     | ------------ variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 184 |     let schema = Contact::schema().to_json();
[INFO] [stdout]     |                           ^^^^^^ variant, associated function, or constant not found in `Contact`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `OptionalFieldsEnum` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:229:38
[INFO] [stdout]     |
[INFO] [stdout] 222 | enum OptionalFieldsEnum {
[INFO] [stdout]     | ----------------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 229 |     let schema = OptionalFieldsEnum::schema().to_json();
[INFO] [stdout]     |                                      ^^^^^^ variant, associated function, or constant not found in `OptionalFieldsEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `RenamedVariants` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:269:35
[INFO] [stdout]     |
[INFO] [stdout] 260 | enum RenamedVariants {
[INFO] [stdout]     | -------------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 269 |     let schema = RenamedVariants::schema().to_json();
[INFO] [stdout]     |                                   ^^^^^^ variant, associated function, or constant not found in `RenamedVariants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `Status` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:304:26
[INFO] [stdout]     |
[INFO] [stdout] 293 | enum Status {
[INFO] [stdout]     | ----------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 304 |     let schema = Status::schema().to_json();
[INFO] [stdout]     |                          ^^^^^^ variant, associated function, or constant not found in `Status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `SimpleColor` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:348:31
[INFO] [stdout]     |
[INFO] [stdout] 337 | enum SimpleColor {
[INFO] [stdout]     | ---------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 348 |     let schema = SimpleColor::schema().to_json();
[INFO] [stdout]     |                               ^^^^^^ variant, associated function, or constant not found in `SimpleColor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `BoxedContact` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:375:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | enum BoxedContact {
[INFO] [stdout]     | ----------------- variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 375 |     let schema = BoxedContact::schema().to_json();
[INFO] [stdout]     |                                ^^^^^^ variant, associated function, or constant not found in `BoxedContact`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `schema` found for enum `RecursiveTree` in the current scope
[INFO] [stdout]    --> tests/internally_tagged_tests.rs:442:33
[INFO] [stdout]     |
[INFO] [stdout] 435 | enum RecursiveTree {
[INFO] [stdout]     | ------------------ variant, associated function, or constant `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 442 |     let schema = RecursiveTree::schema().to_json();
[INFO] [stdout]     |                                 ^^^^^^ variant, associated function, or constant not found in `RecursiveTree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout]  7 | struct ArrayLiteralTests {
[INFO] [stdout]    | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]    |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rstructor_derive` (test "enum_date_format_tests") due to 13 previous errors
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout]  7 | struct ArrayLiteralTests {
[INFO] [stdout]    | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]    |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout]  7 | struct ArrayLiteralTests {
[INFO] [stdout]    | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 70 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]    |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]   --> tests/array_literal_tests.rs:85:37
[INFO] [stdout]    |
[INFO] [stdout]  7 | struct ArrayLiteralTests {
[INFO] [stdout]    | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 85 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]    |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]    --> tests/array_literal_tests.rs:100:37
[INFO] [stdout]     |
[INFO] [stdout]   7 | struct ArrayLiteralTests {
[INFO] [stdout]     | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 100 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]     |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `ArrayLiteralTests` in the current scope
[INFO] [stdout]    --> tests/array_literal_tests.rs:112:37
[INFO] [stdout]     |
[INFO] [stdout]   7 | struct ArrayLiteralTests {
[INFO] [stdout]     | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 112 |     let schema = ArrayLiteralTests::schema();
[INFO] [stdout]     |                                     ^^^^^^ associated function or constant not found in `ArrayLiteralTests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithNaiveDate` in the current scope
[INFO] [stdout]   --> tests/date_format_tests.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct WithNaiveDate {
[INFO] [stdout]    | -------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 65 |     let schema = WithNaiveDate::schema();
[INFO] [stdout]    |                                 ^^^^^^ associated function or constant not found in `WithNaiveDate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithNaiveDateTime` in the current scope
[INFO] [stdout]   --> tests/date_format_tests.rs:85:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct WithNaiveDateTime {
[INFO] [stdout]    | ------------------------ associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 85 |     let schema = WithNaiveDateTime::schema();
[INFO] [stdout]    |                                     ^^^^^^ associated function or constant not found in `WithNaiveDateTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithOptionalNaiveDate` in the current scope
[INFO] [stdout]   --> tests/date_format_tests.rs:98:41
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct WithOptionalNaiveDate {
[INFO] [stdout]    | ---------------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     let schema = WithOptionalNaiveDate::schema();
[INFO] [stdout]    |                                         ^^^^^^ associated function or constant not found in `WithOptionalNaiveDate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithOptionalNaiveDateTime` in the current scope
[INFO] [stdout]    --> tests/date_format_tests.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout]  28 | struct WithOptionalNaiveDateTime {
[INFO] [stdout]     | -------------------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 125 |     let schema = WithOptionalNaiveDateTime::schema();
[INFO] [stdout]     |                                             ^^^^^^ associated function or constant not found in `WithOptionalNaiveDateTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rstructor_derive` (test "array_literal_tests") due to 14 previous errors
[INFO] [stderr] error: could not compile `rstructor_derive` (test "internally_tagged_tests") due to 38 previous errors
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithOptionalUuid` in the current scope
[INFO] [stdout]    --> tests/date_format_tests.rs:145:36
[INFO] [stdout]     |
[INFO] [stdout]  35 | struct WithOptionalUuid {
[INFO] [stdout]     | ----------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     let schema = WithOptionalUuid::schema();
[INFO] [stdout]     |                                    ^^^^^^ associated function or constant not found in `WithOptionalUuid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithVecNaiveDate` in the current scope
[INFO] [stdout]    --> tests/date_format_tests.rs:165:36
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct WithVecNaiveDate {
[INFO] [stdout]     | ----------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 165 |     let schema = WithVecNaiveDate::schema();
[INFO] [stdout]     |                                    ^^^^^^ associated function or constant not found in `WithVecNaiveDate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithVecNaiveDateTime` in the current scope
[INFO] [stdout]    --> tests/date_format_tests.rs:188:40
[INFO] [stdout]     |
[INFO] [stdout]  49 | struct WithVecNaiveDateTime {
[INFO] [stdout]     | --------------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 188 |     let schema = WithVecNaiveDateTime::schema();
[INFO] [stdout]     |                                        ^^^^^^ associated function or constant not found in `WithVecNaiveDateTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `schema` found for struct `WithQualifiedDateTypes` in the current scope
[INFO] [stdout]    --> tests/date_format_tests.rs:204:42
[INFO] [stdout]     |
[INFO] [stdout]  56 | struct WithQualifiedDateTypes {
[INFO] [stdout]     | ----------------------------- associated function or constant `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 204 |     let schema = WithQualifiedDateTypes::schema();
[INFO] [stdout]     |                                          ^^^^^^ associated function or constant not found in `WithQualifiedDateTypes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rstructor_derive` (test "date_format_tests") due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1", kill_on_drop: false }`
[INFO] [stdout] 924a7dd73b1f9113334eb75ed5da51b7806433bad1f2f6f33835d391d336d2e1
